Documents for PDF, .NET Edition Documentation
SelectByFileName(String,List<Font>) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontCollection Class > SelectByFileName Method : SelectByFileName(String,List<Font>) Method
Collects the fonts having the same specified file name.
Syntax
'Declaration
 
Public Overloads Sub SelectByFileName( _
   ByVal fontFileName As System.String, _
   ByVal res As System.Collections.Generic.List(Of Font) _
) 
public void SelectByFileName( 
   System.string fontFileName,
   System.Collections.Generic.List<Font> res
)

Parameters

fontFileName
res
See Also

Reference

FontCollection Class
FontCollection Members
Overload List